home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
MacHome 1999 Game
/
Image.bin
/
Humor
/
Billmo Comedy
/
Billmo Comedy Skit
/
Billmo Comedy Skit.0
/
00073_Main control script.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1997-05-01
|
135 b
|
13 lines
on enterFrame
global gQT
if gQT = 1 then
go(the frame + 1)
else
nothing()
end if
end
on exitFrame
go(the frame)
end